home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / disk / misc / MacTransfEr.lha / MacTransfEr / MacTransfEr.readme < prev   
Text File  |  1997-11-11  |  2KB  |  54 lines

  1. Short:        Decrypt full filenames on Mac-written DOS-disks
  2. Author:       rade@coli.uni-sb.de (Ralph Debusmann)
  3. Uploader:     rade@coli.uni-sb.de (Ralph Debusmann)
  4. Type:         disk/misc
  5.  
  6. --- short introduction
  7.  
  8. For people who use DOS-disks to transfer files from any Mac (at work, at
  9. the uni) to their Amiga.
  10.  
  11. When utilizing DOS-disks, MacOS puts the original (long) Mac-filenames
  12. into a file called "FINDER.DAT" and is thus able to overcome the
  13. DOS-8+3-naming convention.
  14.  
  15. To get the full names again after transferring the files from the Mac to
  16. the DOS-disk and then to the Amiga you so far had to resort to
  17. ShapeShifter or just let the names as ugly as they were (with
  18. exclamation marks at the beginning of the filenames etc.). Up to now.
  19. Give MacTransfEr a directory with the ugly not-yet-renamed filenames and
  20. the corresponding "FINDER.DAT"-file and it will bring back your names as
  21. nicely as possible.
  22.  
  23. I've put the program into operation using guesswork and reverse engineering
  24. of the strangely built "FINDER.DAT"-file-format. It works for me (using
  25. MacOS 7.5), but it is not guaranteered to work for you too. Don't blame me
  26. for anything, please :)
  27.  
  28. --- args
  29.  
  30. MacTransfEr parses two args (both of which are facultative). With the
  31. "CD=CURRENTDIR/S"-arg you can tell MacTransfEr to search for
  32. "FINDER.DAT" in the current directory and start renaming the files back
  33. there. Use this option if you plan to build MacTransfEr into your
  34. favourite Filemanager (DOpus, BrowserII). Given no "CD"-arg MacTransfEr
  35. opens up a ReqTools-requester asking you for the dir to scan.
  36.  
  37. If you set the second switch, "DF=DELETEFINDERDAT/S", MacTransfEr will
  38. delete the "FINDER.DAT"-file after the renaming process has ended. Thus
  39. the usual way of operation for MacTransfEr is:
  40.  
  41. 1. create a new directory on your HD or RAM-Disk
  42. 2. copy the Mac-written DOS-disks content including "FINDER.DAT" into
  43. this directory (you can omit the "RESOURCE.FRK"-directory).
  44. 3. Start MacTransFer the directory you just created as the current dir
  45. (using the "CD=CURRENTDIR/S"-switch) or give no "CD"-argument and tell
  46. MacTransfEr the directory's path via the ReqTools-requester.
  47. 4. Done. The names should be correct again and "FINDER.DAT" is removed
  48. (by the "DF"-switch).
  49.  
  50. --- tech
  51.  
  52. MacTransfEr was written using E³ and in a quick'n'dirty fashion. It's a
  53. hack. Nevertheless, the source is included.
  54.